babl-cache: remove win32 bail at start of loading code
authorØyvind Kolås <pippin@gimp.org>
Tue, 22 Nov 2016 21:53:36 +0000 (22:53 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 22 Nov 2016 21:53:36 +0000 (22:53 +0100)
babl/babl-cache.c

index db8c3b54cdde1e7b52bd0f910dab302b0d180921..7dd764d0f15b5b55bd453e8b6da39a63724797bf 100644 (file)
@@ -221,9 +221,6 @@ void babl_init_db (void)
   const Babl  *from_format = NULL;
   const Babl  *to_format   = NULL;
   time_t tim = time (NULL);
-#ifdef _WIN32  // XXX: fixme - make this work on windows
-  return;
-#endif
 
   if (getenv ("BABL_DEBUG_CONVERSIONS"))
     return;